Thread: [ANN] New script engine (Basic sintax)

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    1

    [ANN] New script engine (Basic sintax)

    Expandable Basic interpreter

    Hello.

    Our firm has developed the interpreter of language Basic "Open Basic".

    Versions for Windows (BCB60, MSVC7) and Linux (GCC 3.2.2) are accessible.

    The full interpreter, without virtual machines.

    English page:
    http://www.mktmk.narod.ru/eng/ob/ob.htm

    IDE for Open Basic page (it is written on BCB60):
    http://www.mktmk.narod.ru/eng/ide_ob/ide_ob.htm

    Mirror of English page:
    http://mktmk.tripod.com/eng/ob/ob.htm

    Mirror of IDE for Open Basic page:
    http://mktmk.tripod.com/eng/ide_ob/ide_ob.htm

    Open Basic (OB) is realization of the interpreter of language Basic.
    OB is developed for embed to user application as a script language.
    User may attach (connect) user function to Open Basic execution system.

    The user functions can be written on C/C++, assembler or others languages.

    The user functions can receive parameters from the Basic-program and return
    results to Basic-program.

    Program interface of user functions allows determine type and order of
    parameters at run-time.

    OB realizes a subset of commands of language Basic.

    OB it is written completely on C++ and it is realized as a class with a
    name ob_obasic.

    OB supports data of three types: floating point, signed integer,
    and string and arrays of these types.

    OB has multithread-safe code.

    All libraries is freeware.

    Yours faithfully
    MKTMK Software Company

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    You're not supposed to advertise or anything in here, although you can do it in the Projects and Job forum.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. From script to C to C++
    By VirtualAce in forum Game Programming
    Replies: 2
    Last Post: 09-11-2006, 04:35 AM
  2. shell script basic question
    By PedroTuga in forum Linux Programming
    Replies: 1
    Last Post: 09-09-2006, 03:24 AM
  3. Game Engine Link Prob
    By swgh in forum Game Programming
    Replies: 2
    Last Post: 01-26-2006, 12:14 AM
  4. Game structure, any thoughts?
    By Vorok in forum Game Programming
    Replies: 2
    Last Post: 06-07-2003, 01:47 PM